summaryrefslogtreecommitdiff
path: root/stacks/cgit/compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/cgit/compose.yml')
-rw-r--r--stacks/cgit/compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/stacks/cgit/compose.yml b/stacks/cgit/compose.yml
index cf21261..b40dbaf 100644
--- a/stacks/cgit/compose.yml
+++ b/stacks/cgit/compose.yml
@@ -1,16 +1,16 @@
-name: ${_STACK}
+name: ${_STACK_0}
networks:
net:
- name: ${_NET}
+ name: ${_NET_0}
external: true
services:
cgit:
- container_name: ${_CONTAINER}
+ container_name: ${_CONTAINER_0}
image: ratdad/cgit:latest
env_file:
- - .cgit.env
+ - .run.env
- .env
networks:
- net