mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🐳 🎨 Use dockerhub images for docker-compose
This commit is contained in:
parent
bc1a8dfca4
commit
36d029b597
1 changed files with 6 additions and 6 deletions
|
@ -22,8 +22,8 @@ services:
|
|||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
uxbackend:
|
||||
build: ./backend
|
||||
#image: monogramm/uxbox:backend
|
||||
#build: ./backend
|
||||
image: monogramm/uxbox:backend
|
||||
container_name: uxbackend
|
||||
#restart: always
|
||||
depends_on:
|
||||
|
@ -64,8 +64,8 @@ services:
|
|||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
uxfrontend:
|
||||
build: ./frontend
|
||||
#image: monogramm/uxbox:frontend
|
||||
#build: ./frontend
|
||||
image: monogramm/uxbox:frontend
|
||||
container_name: uxfrontend
|
||||
#hostname: uxbox.io
|
||||
#restart: always
|
||||
|
@ -74,8 +74,8 @@ services:
|
|||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- API_URL="http://localhost:6060/api/"
|
||||
#- API_URL="http://uxbox.io/api/"
|
||||
- UXBOX_CONFIG_URL="http://localhost:6060/api/"
|
||||
#- UXBOX_CONFIG_URL="http://uxbox.io/api/"
|
||||
volumes:
|
||||
#- /srv/uxbox/frontend/html:/usr/share/nginx/html
|
||||
- /srv/uxbox/backend/resources:/srv/uxbox/resources:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue