mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +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:
|
||||
frontend:
|
||||
app:
|
||||
image: cupcakearmy/static
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ./dist:/srv:ro
|
||||
- ./app/dist:/srv:ro
|
||||
|
||||
database:
|
||||
image: postgis/postgis:13-master
|
||||
@ -38,7 +38,7 @@ services:
|
||||
backend:
|
||||
container_name: backend
|
||||
build:
|
||||
context: ../backend
|
||||
context: ./backend
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
Loading…
x
Reference in New Issue
Block a user