Avoid repeat anchors for images

See https://git.autonomic.zone/coop-cloud/abra/issues/172.
This commit is contained in:
decentral1se 2021-06-08 11:17:31 +02:00
parent 32588f45f7
commit 1ea55e52b3
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ services:
hard: -1
web:
image: &image decentral1se/hometown:v1.0.5_3.4.0_openid-sso
image: decentral1se/hometown:v1.0.5_3.4.0_openid-sso
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
- proxy
@ -211,7 +211,7 @@ services:
- http_proxy # yes, this should be lowercase
streaming:
image: *image
image: decentral1se/hometown:v1.0.5_3.4.0_openid-sso
command: node ./streaming
configs: *configs
entrypoint: *entrypoint
@ -244,7 +244,7 @@ services:
volumes: *appVolume # used to make sure this volume is created
sidekiq:
image: *image
image: decentral1se/hometown:v1.0.5_3.4.0_openid-sso
secrets: *secrets
command: bundle exec sidekiq
configs: *configs