crafty: remove
This commit is contained in:
parent
7d3953af31
commit
a26fb81492
|
@ -19,8 +19,6 @@ include:
|
||||||
- services/registry.yml
|
- services/registry.yml
|
||||||
- services/portainer.yml
|
- services/portainer.yml
|
||||||
- services/drone/drone.yml
|
- services/drone/drone.yml
|
||||||
- services/crafty.yml
|
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
services:
|
|
||||||
crafty:
|
|
||||||
container_name: crafty
|
|
||||||
image: registry.gitlab.com/crafty-controller/crafty-4:latest
|
|
||||||
networks:
|
|
||||||
public:
|
|
||||||
ipv4_address: 192.168.240.49
|
|
||||||
# ports:
|
|
||||||
# - "8000:8000" # HTTP
|
|
||||||
# - "8443:8443" # HTTPS
|
|
||||||
# - "8123:8123" # DYNMAP
|
|
||||||
# - "19132:19132/udp" # BEDROCK
|
|
||||||
# - "25500-25600:25500-25600" # MC SERV PORT RANGE
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_STORAGE_PATH}/crafty/logs:/crafty/logs
|
|
||||||
- ${DOCKER_STORAGE_PATH}/crafty/backups:/crafty/backups
|
|
||||||
- ${DOCKER_STORAGE_PATH}/crafty/servers:/crafty/servers
|
|
||||||
- ${DOCKER_STORAGE_PATH}/crafty/config:/crafty/app/config
|
|
||||||
- ${DOCKER_STORAGE_PATH}/crafty/import:/crafty/import
|
|
||||||
profiles:
|
|
||||||
- base
|
|
||||||
restart: unless-stopped
|
|
Loading…
Reference in New Issue