remove env file
This commit is contained in:
parent
6062663cfd
commit
2a1d778fad
1 changed files with 0 additions and 4 deletions
|
@ -8,7 +8,6 @@
|
||||||
name: db_mastodon
|
name: db_mastodon
|
||||||
image: postgres
|
image: postgres
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
env_file: /mastodon/.env
|
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: "{{ db_user }}"
|
POSTGRES_USER: "{{ db_user }}"
|
||||||
POSTGRES_PASSWORD: "{{ db_password }}"
|
POSTGRES_PASSWORD: "{{ db_password }}"
|
||||||
|
@ -19,21 +18,18 @@
|
||||||
image: "gargron/mastodon:v{{ mastodon_release }}"
|
image: "gargron/mastodon:v{{ mastodon_release }}"
|
||||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
env_file: /mastodon/.env
|
|
||||||
|
|
||||||
- containers.podman.podman_container:
|
- containers.podman.podman_container:
|
||||||
name: sidekiq_mastodon
|
name: sidekiq_mastodon
|
||||||
image: "moritzheiber/mastodon-docker"
|
image: "moritzheiber/mastodon-docker"
|
||||||
command: bundle exec sidekiq -q default -q mailers -q pull -q push
|
command: bundle exec sidekiq -q default -q mailers -q pull -q push
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
env_file: /mastodon/.env
|
|
||||||
|
|
||||||
- containers.podman.podman_container:
|
- containers.podman.podman_container:
|
||||||
project_name: streaming_mastodon
|
project_name: streaming_mastodon
|
||||||
image: "moritzheiber/mastodon-docker"
|
image: "moritzheiber/mastodon-docker"
|
||||||
command: npm run start
|
command: npm run start
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
env_file: /mastodon/.env
|
|
||||||
|
|
||||||
# - docker_service:
|
# - docker_service:
|
||||||
# project_name: web
|
# project_name: web
|
||||||
|
|
Loading…
Reference in a new issue