mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
move docker compose to the correct directory and correct paths (#295)
This commit is contained in:
parent
05268fbc3d
commit
54b8d3e4f3
@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
frontend:
|
app:
|
||||||
image: cupcakearmy/static
|
image: cupcakearmy/static
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./dist:/srv:ro
|
- ./app/dist:/srv:ro
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgis/postgis:13-master
|
image: postgis/postgis:13-master
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
container_name: backend
|
container_name: backend
|
||||||
build:
|
build:
|
||||||
context: ../backend
|
context: ./backend
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
Loading…
x
Reference in New Issue
Block a user