ajout
This commit is contained in:
		@@ -52,12 +52,15 @@ docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
Ouvrir une page web avec l'url :
 | 
			
		||||
Pour une utilisation tout seul
 | 
			
		||||
 | 
			
		||||
	http://10.0.4.29:3000
 | 
			
		||||
	https://10.0.4.29:8443
 | 
			
		||||
 | 
			
		||||
Pour une utilisation avec Traefik
 | 
			
		||||
 | 
			
		||||
	https://Crafty Controller.10.0.4.29.traefik.me`)"
 | 
			
		||||
	https://Crafty.10.0.4.29.traefik.me`)"
 | 
			
		||||
 | 
			
		||||
##
 | 
			
		||||
 | 
			
		||||
	cat config/default-creds.txt
 | 
			
		||||
 | 
			
		||||
# More info
 | 
			
		||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
 | 
			
		||||
 
 | 
			
		||||
@@ -6,3 +6,23 @@ networks:
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
  crafty:
 | 
			
		||||
    container_name: crafty_container
 | 
			
		||||
    image: registry.gitlab.com/crafty-controller/crafty-4:latest
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
        - TZ=Etc/UTC
 | 
			
		||||
    networks:
 | 
			
		||||
      - back_network
 | 
			
		||||
    ports:
 | 
			
		||||
        - "8000:8000" # HTTP
 | 
			
		||||
        - "8443:8443" # HTTPS
 | 
			
		||||
        - "8123:8123" # DYNMAP
 | 
			
		||||
        - "19132:19132/udp" # BEDROCK
 | 
			
		||||
        - "25500-25600:25500-25600" # MC SERV PORT RANGE
 | 
			
		||||
    volumes:
 | 
			
		||||
        - ./backups:/crafty/backups
 | 
			
		||||
        - ./logs:/crafty/logs
 | 
			
		||||
        - ./servers:/crafty/servers
 | 
			
		||||
        - ./config:/crafty/app/config
 | 
			
		||||
        - ./import:/crafty/import
 | 
			
		||||
		Reference in New Issue
	
	Block a user