mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 19:17:23 +02:00
fix: fix production docker images naming
This commit is contained in:
parent
adfd40cde7
commit
7cedc9228e
2 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ services:
|
|||
# - /etc/timezone:/etc/timezone:ro
|
||||
|
||||
uxbackend:
|
||||
image: uxbox-backend:latest
|
||||
image: uxbox-production-backend:latest
|
||||
container_name: uxbackend
|
||||
# restart: always
|
||||
depends_on:
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
- UXBOX_SECRET="foobar"
|
||||
|
||||
uxfrontend:
|
||||
image: uxbox-frontend:latest
|
||||
image: uxbox-production-frontend:latest
|
||||
container_name: uxfrontend
|
||||
#hostname: uxbox.io
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue