adding mastodon

This commit is contained in:
msnie
2025-01-31 11:52:21 +01:00
parent 67d69938d6
commit ff601a2f3c
+2
View File
@@ -31,6 +31,8 @@ services:
env_file: env_file:
- .env - .env
- db.env - db.env
ports:
- 3344: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