return xaibox to using php+apache image

This commit is contained in:
2018-04-07 09:49:09 -04:00
parent 83ec6809d6
commit bbc06bae70
6 changed files with 53 additions and 60 deletions

View File

@@ -24,8 +24,10 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
xaicloud:
app:
image: dkregistry.xai-corp.net:5000/xaicorp/nextcloud:latest
ports:
- 8083:80
volumes:
# - nextcloud:/var/www/html
- ./config:/var/www/html/config
@@ -41,16 +43,6 @@ services:
- REDISPORT=6379
- LOGLEVEL=3
web:
image: dkregistry.xai-corp.net:5000/xaicorp/nextcloud-web:latest
ports:
- 8083:80
volumes:
- cache:/data/nginx/cache/nextcloud
# - nextcloud:/var/www/html
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./config:/var/www/html/config
memcached:
image: "memcached:alpine"
ports: