diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-07-31 22:45:39 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-08-01 00:25:04 +0100 |
commit | 2fbb753c1eb715b31034f5ce851f6abceaeb9309 (patch) | |
tree | 15a57f487cd94a13ce363164f3d9e1ff87626bc5 /docker-compose.yml | |
parent | 04b386b5eec06549c989ed81aaf2eb9b76e49b87 (diff) |
Add GitHub CI files to publish Docker container
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a176800..5a8a0d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,8 @@ volumes: services: gathio: - build: . + container_name: gathio-app + image: ghcr.io/lowercasename/gathio:latest links: - mongo ports: @@ -14,6 +15,7 @@ services: # The path to Gathio's user-uploaded event images folder - change to match your system - ./gathio-docker/images:/app/public/events mongo: + container_name: gathio-db image: mongo:latest volumes: - mongodb_data_db:/data/db |