X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/b6aeed14ad33614ae379b5b31ad1b5f27203f78f..6a8b8688540cc7eb5aa89a4ceed6bd25589dbf4c:/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 +