diff --git a/docker-compose.database.yml b/docker-compose.database.yml new file mode 100644 index 0000000000000000000000000000000000000000..ecea5f139218a0a97bd51e5a7d358dc51c5b6cc1 --- /dev/null +++ b/docker-compose.database.yml @@ -0,0 +1,16 @@ +services: +###> doctrine/doctrine-bundle ### + database: + image: postgres:${POSTGRES_VERSION:-13}-alpine + environment: + POSTGRES_DB: ${POSTGRES_DB:-app} + # You should definitely change the password in production + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe} + POSTGRES_USER: ${POSTGRES_USER:-symfony} + volumes: + - db-data:/var/lib/postgresql/data:rw + ports: + - "5432:5432" + # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data! + # - ./docker/db/data:/var/lib/postgresql/data:rw +###< doctrine/doctrine-bundle ### diff --git a/docker-compose.web.yml b/docker-compose.web.yml new file mode 100644 index 0000000000000000000000000000000000000000..ccb68874f454992bc7c7f1e42dc8baae19812632 --- /dev/null +++ b/docker-compose.web.yml @@ -0,0 +1,8 @@ +version: '3' + +services: + web: + image: registry.git.step.polymtl.ca:443/caillou-roches-hackatown/calendrier:main + restart: always + ports: + - "80:80" diff --git a/libfprint-2-tod1-goodix_0.0.6-0ubuntu1~somerville1_amd64.deb b/libfprint-2-tod1-goodix_0.0.6-0ubuntu1~somerville1_amd64.deb deleted file mode 100644 index f54853796f362ac9e54aef7c645291410c20561d..0000000000000000000000000000000000000000 Binary files a/libfprint-2-tod1-goodix_0.0.6-0ubuntu1~somerville1_amd64.deb and /dev/null differ