Skip to content
Snippets Groups Projects
Commit 7dacb31f authored by nimrod's avatar nimrod
Browse files

Make Docker Compose more deployable.

Changes to make the Docker Compose setup more deployable in my
infrastructure.

- Share the network with other projects.
- A saner project name.
- Mark the volume for backups.
parent 0a9544bb
No related branches found
No related tags found
No related merge requests found
.env 0 → 100644
COMPOSE_PROJECT_NAME=cgit
......@@ -15,3 +15,9 @@ services:
volumes:
git:
labels:
snapshot: 'true'
networks:
default:
name: shore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment