Compare commits
No commits in common. "49cd1ba5b8dcc376c63ea78ddf5a9c91659ea04a" and "add3904a73d9a0f30b165ce3833706133337660c" have entirely different histories.
49cd1ba5b8
...
add3904a73
|
|
@ -1,9 +1,10 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
complycore-api:
|
complycore-api:
|
||||||
build: ./backend
|
build:
|
||||||
|
context: ./backend
|
||||||
container_name: complycore-api
|
container_name: complycore-api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend/.env
|
- ./backend/.env
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue