updated docker-compose
This commit is contained in:
parent
74be830758
commit
bbb9357c8d
|
|
@ -1,10 +1,9 @@
|
|||
|
||||
services:
|
||||
complycore-api:
|
||||
build:
|
||||
context: ./backend
|
||||
build: ./backend
|
||||
container_name: complycore-api
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue