Compare commits
1 Commits
7191a54272
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
9d6233a025
|
@@ -3,6 +3,7 @@ name: helios-evcs
|
|||||||
services:
|
services:
|
||||||
csms:
|
csms:
|
||||||
container_name: helios-csms
|
container_name: helios-csms
|
||||||
|
restart: always
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: apps/csms/Dockerfile
|
dockerfile: apps/csms/Dockerfile
|
||||||
@@ -13,6 +14,7 @@ services:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
container_name: helios-web
|
container_name: helios-web
|
||||||
|
restart: always
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: apps/web/Dockerfile
|
dockerfile: apps/web/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user