0
Fork 0
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:
mathieu.brunot 2019-02-20 16:46:42 +01:00
parent bc1a8dfca4
commit 36d029b597
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -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