You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
511 B
22 lines
511 B
version: '2'
|
|
services:
|
|
mage:
|
|
image: goesta/xmage-beta
|
|
ports:
|
|
- "17171:17171"
|
|
- "17179:17179"
|
|
extra_hosts:
|
|
- "example.com:0.0.0.0"
|
|
environment:
|
|
- XMAGE_DOCKER_SERVER_ADDRESS=example.com
|
|
- XMAGE_DOCKER_SERVER_NAME=xmage-beta
|
|
- XMAGE_DOCKER_MAX_SECONDS_IDLE=6000
|
|
- XMAGE_DOCKER_AUTHENTICATION_ACTIVATED=false
|
|
volumes:
|
|
- xmage-db:/xmage/db
|
|
- xmage-saved:/xmage/saved
|
|
volumes:
|
|
xmage-db:
|
|
driver: local
|
|
xmage-saved:
|
|
driver: local |