mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:19:53 +01:00
specify latest versioned image in production Dockerfile
This commit is contained in:
parent
36171f5e39
commit
337ce2d69f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
web:
|
||||
image: ghcr.io/retrospring/retrospring:main
|
||||
image: ghcr.io/retrospring/retrospring:2023.0707.0
|
||||
command: bundle exec puma -C config/puma.rb -b tcp://0.0.0.0:3000
|
||||
depends_on:
|
||||
- postgres
|
||||
|
@ -40,7 +40,7 @@ services:
|
|||
- redis:/data
|
||||
|
||||
sidekiq:
|
||||
image: ghcr.io/retrospring/retrospring:main
|
||||
image: ghcr.io/retrospring/retrospring:2023.0707.0
|
||||
command: bundle exec sidekiq
|
||||
depends_on:
|
||||
- redis
|
||||
|
|
Loading…
Reference in a new issue