Select the types of activity you want to include in your feed.
1services: 2 server: 3 build: . 4 ports: 5 - 80:4321 6 env_file: ./.env 7 volumes: 8 - type: bind 9 source: ./.refreshToken 10 target: /app/.refreshToken