Created
May 13, 2019 23:26
-
-
Save wjdp/e8b524849e134bbdd1a70ff47ed0acf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xsacdb-next: | |
| image: wjdp/xsacdb:next | |
| container_name: xsacdb-next | |
| restart: "no" | |
| command: /bin/bash -c "/app/bin/predeploy.sh; /usr/bin/supervisord -c /app/supervisord.conf" | |
| volumes: | |
| - /storage/xsacdb/next/conf:/app/conf | |
| - /storage/xsacdb/next/media:/app/media | |
| depends_on: | |
| - postgres | |
| - redis | |
| links: | |
| - postgres | |
| - redis | |
| environment: | |
| - XSACDB_CONTAINER=DOCKER | |
| - XSACDB_FAKE_DATA=TRUE | |
| - XSACDB_BSAC_DATA=https://s3.amazonaws.com/xsacdb-bsac-data/bsac_data.yaml | |
| - DATABASE_URL=postgres://xsacdb_next:123456@postgres:5432/xsacdb_next | |
| - REDIS_URL=redis:6379 | |
| - REDIS_KEY_PREFIX=xsacdb-next_ | |
| - VIRTUAL_HOST=next.xsacdb.wjdp.uk | |
| - VIRTUAL_PORT=5000 | |
| - LETSENCRYPT_HOST=next.xsacdb.wjdp.uk | |
| - [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment