mastodon
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user