X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/blobdiff_plain/ef82d9482cca75efe13a50198677073be9e91d5f..8e36d013510ddedf9bb830b547f2de7664815bd0:/docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..6b9c57b --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,12 @@ +services: + web: + build: + context: . # or ../Dockerfile if we put it in the ./docker folder + volumes: + - ./jirafeau_data:/data + environment: + - ADMIN_PASSWORD='p4ssw0rd' + + ports: + - 8080:80 +