This commit is contained in:
msnie
2025-01-31 22:04:01 +01:00
parent f3998dfc97
commit c127db6d23
+4 -4
View File
@@ -41,8 +41,8 @@ services:
- .env - .env
- .env.production - .env.production
- db.env - db.env
ports: # ports:
- 3000:3000 # - 3000:3000
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: networks:
- traefik - traefik
@@ -94,8 +94,8 @@ services:
command: node ./streaming command: node ./streaming
environment: environment:
- 'REDIS_URL=redis://redis:6379' - 'REDIS_URL=redis://redis:6379'
ports: # ports:
- 4000:4000 # - 4000:4000
networks: networks:
- traefik - traefik
- internal_network - internal_network