Skip to content

Commit

Permalink
feat: add docker-compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Godin <julien.godin@camptocamp.com>
  • Loading branch information
JGodin-C2C committed Apr 16, 2024
1 parent 0c3cb4c commit af7cd78
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
version: "3.8"
services:
magpie:
image: magpie:latest
entrypoint:
- /bin/bash
- -c
- sleep infinity
volumes:
- ./config.yaml:/magpie/config.yaml
database:
image: postgres:16
environment:
POSTGRES_PASSWORD: magpie
POSTGRES_USER: magpie
POSTGRES_DB: magpie

0 comments on commit af7cd78

Please sign in to comment.