diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-08-20 17:39:07 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-08-20 17:39:07 +0200 |
commit | d40c41004d0f234140f5ec9fc029f4ef6ce3f60c (patch) | |
tree | aea37ac5804b3e2c159a8ce755b6b2db002048c1 /app/nextcloud/integration/docker-compose.yml | |
parent | 09269e8497793f97398ace2ebe7f2b70777788c8 (diff) | |
download | infrastructure-d40c41004d0f234140f5ec9fc029f4ef6ce3f60c.tar.gz infrastructure-d40c41004d0f234140f5ec9fc029f4ef6ce3f60c.zip |
Add bagage deployment
Diffstat (limited to 'app/nextcloud/integration/docker-compose.yml')
-rw-r--r-- | app/nextcloud/integration/docker-compose.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/nextcloud/integration/docker-compose.yml b/app/nextcloud/integration/docker-compose.yml deleted file mode 100644 index 7ba090b..0000000 --- a/app/nextcloud/integration/docker-compose.yml +++ /dev/null @@ -1,27 +0,0 @@ -version: '3.4' -services: - php: - image: lxpz/deuxfleurs_nextcloud_amd64:8 - depends_on: - - bottin - - postgres - ports: - - "80:80" - - postgres: - image: postgres:9.6.19 - environment: - - POSTGRES_DB=nextcloud - - POSTGRES_USER=nextcloud - - POSTGRES_PASSWORD=nextcloud - - bottin: - image: lxpz/bottin_amd64:14 - depends_on: - - consul - volumes: - - ./bottin.json:/config.json - - consul: - image: consul:1.8.4 - |