remove env file

This commit is contained in:
Antonio J. Delgado 2022-11-19 13:09:56 +02:00
parent 6062663cfd
commit 2a1d778fad

View file

@ -8,7 +8,6 @@
name: db_mastodon
image: postgres
restart_policy: on-failure
env_file: /mastodon/.env
env:
POSTGRES_USER: "{{ db_user }}"
POSTGRES_PASSWORD: "{{ db_password }}"
@ -19,21 +18,18 @@
image: "gargron/mastodon:v{{ mastodon_release }}"
command: bundle exec rails s -p 3000 -b '0.0.0.0'
restart_policy: on-failure
env_file: /mastodon/.env
- containers.podman.podman_container:
name: sidekiq_mastodon
image: "moritzheiber/mastodon-docker"
command: bundle exec sidekiq -q default -q mailers -q pull -q push
restart_policy: on-failure
env_file: /mastodon/.env
- containers.podman.podman_container:
project_name: streaming_mastodon
image: "moritzheiber/mastodon-docker"
command: npm run start
restart_policy: on-failure
env_file: /mastodon/.env
# - docker_service:
# project_name: web