diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-20 19:36:00 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-20 19:36:00 +0100 |
| commit | b713be161431729305701f80b3b6f53d2f07f62a (patch) | |
| tree | 820d055331f38e6edda2c1ee160a6611560fbf7c /docker-compose.yml | |
Initial commit: schemas infrastructure Arauco avec serveur web
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..9917c0f --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +services:
+ ugnen:
+ build: .
+ container_name: ugnen
+ ports:
+ - "80:3030"
+ volumes:
+ - ./macro:/app/macro
+ - ./micro:/app/micro
+ restart: unless-stopped
|
