getting the selfstack fully operational. finally!
This commit is contained in:
		@@ -1,4 +1,3 @@
 | 
				
			|||||||
version: '3.8'
 | 
					 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  tsys-atomichabits:
 | 
					  tsys-atomichabits:
 | 
				
			||||||
    image: ghcr.io/majorpeter/atomic-tracker:latest
 | 
					    image: ghcr.io/majorpeter/atomic-tracker:latest
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,6 +4,6 @@ services:
 | 
				
			|||||||
    container_name: reachableceo-easy-gate
 | 
					    container_name: reachableceo-easy-gate
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - 2005:8080
 | 
					      - 2006:8080
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./easy-gate.json:/etc/easy-gate/easy-gate.json
 | 
					      - ./easy-gate.json:/etc/easy-gate/easy-gate.json
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user