Last active
March 22, 2022 11:22
-
-
Save jcrashkit/04425d860968f1906fc869cd6586e71c to your computer and use it in GitHub Desktop.
Revisions
-
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.2' services: db: image: mysql:5.7 volumes: - "database:/var/lib/mysql" - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql @@ -24,7 +24,7 @@ services: pathfinder: restart: always # command: web image: kryptedgaming/pathfinder:latest env_file: .env volumes: -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,9 @@ services: - /opt/seat-docker/pathfinder:/var/www/pathfinder:ro labels: - traefik.enable=true - "traefik.http.routers.seat-web.rule=Host(`pathfinder.termsofservice.one`)" # - traefik.http.routers.pathfinder.rule=Host(`pathfinder.termsofservice.one`)" - traefik.http.services.pathfinder.loadbalancer.server.port=80 - traefik.http.routers.pathfinder.entrypoints=websecure # - traefik.port=80 - "traefik.http.routers.seat-web.tls.certResolver=primary" -
jcrashkit revised this gist
Mar 22, 2022 . No changes.There are no files selected for viewing
-
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 7 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -27,17 +27,20 @@ services: command: web image: kryptedgaming/pathfinder:latest env_file: .env volumes: - /opt/seat-docker/pathfinder:/var/www/pathfinder:ro labels: - traefik.enable=true - traefik.http.routers.pathfinder.rule=Host(`${SERVER}.${TRAEFIK_DOMAIN}`)" - traefik.http.routers.pathfinder.entrypoints=websecure # - traefik.port=80 - "traefik.http.routers.seat-web.tls.certResolver=primary" networks: - seat-network ports: - "8000:80" - "8020:8020" volumes: database: {} -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,15 +29,15 @@ services: env_file: .env labels: - traefik.enable=true - traefik.http.routers.pathfinder.rule=Host(`${SERVER}.${TRAEFIK_DOMAIN}`)" - traefik.http.routers.pathfinder.entrypoints=websecure - traefik.port=80 networks: - seat-network # ports: # - "8000:80" # - "8020:8020" volumes: database: {} -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -24,6 +24,7 @@ services: pathfinder: restart: always command: web image: kryptedgaming/pathfinder:latest env_file: .env labels: -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ services: networks: - seat-network ports: - "8000:80" - "8020:8020" volumes: database: {} -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -34,6 +34,9 @@ services: networks: - seat-network ports: - "8000:80" - "8020:8020" volumes: database: {} -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: db: image: mariadb:10 volumes: - "database:/var/lib/mysql" - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql - ./config/eve_universe.sql:/docker-entrypoint-initdb.d/eve_universe.sql restart: always -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.2' services: db: image: mariadb:10 volumes: - "mariadb-data:/var/lib/mysql" -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services: env_file: .env labels: - traefik.enable=true - traefik.http.routers.seat-web.rule=Host(`pathfinder.${TRAEFIK_DOMAIN}`)" - traefik.http.routers.seat-web.entrypoints=websecure - traefik.port=80 networks: -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -28,8 +28,8 @@ services: env_file: .env labels: - traefik.enable=true - traefik.http.routers.seat-web.rule=Host(`${PATHFINDER_SUBDOMAIN}.${TRAEFIK_DOMAIN}`)" - traefik.http.routers.seat-web.entrypoints=websecure - traefik.port=80 networks: - seat-network -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ version: '3.2' services: mariadb: image: mariadb:10 -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 20 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,20 +1,26 @@ version: '3.2' services: mariadb: image: mariadb:10 volumes: - "mariadb-data:/var/lib/mysql" - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql - ./config/eve_universe.sql:/docker-entrypoint-initdb.d/eve_universe.sql restart: always environment: MYSQL_RANDOM_ROOT_PASSWORD: "yes" MYSQL_USER: ${DB_USERNAME} MYSQL_PASSWORD: ${DB_PASSWORD} MYSQL_DATABASE: ${DB_DATABASE} networks: - seat-network logging: driver: "json-file" options: max-size: "10Mb" max-file: "5" pathfinder: restart: always image: kryptedgaming/pathfinder:latest env_file: .env @@ -27,4 +33,8 @@ services: - seat-network volumes: database: {}
-
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ services: db: image: mysql:5.7 volumes: - database:/var/lib/mysql - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql - ./config/eve_universe.sql:/docker-entrypoint-initdb.d/eve_universe.sql restart: always environment: MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD} -
jcrashkit revised this gist
Mar 22, 2022 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,29 +1,29 @@ version: '3' services: db: image: mysql:5.7 volumes: - database:/var/lib/mysql - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql - ./config/eve_universe.sql:/docker-entrypoint-initdb.d/eve_universe.sql restart: always environment: MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD} pathfinder: # build: # context: . # dockerfile: Dockerfile restart: always image: kryptedgaming/pathfinder:latest env_file: .env labels: - traefik.enable=true - traefik.http.routers.apache.rule=Host(`apache.docker`) - traefik.http.routers.apache.entrypoints=web - traefik.port=80 networks: - seat-network volumes: -
jcrashkit created this gist
Mar 22, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ version: '3' services: db: image: mysql:5.7 volumes: - database:/var/lib/mysql - ./config/start.sql:/docker-entrypoint-initdb.d/start.sql - ./config/eve_universe.sql:/docker-entrypoint-initdb.d/eve_universe.sql restart: always environment: MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD} pathfinder: # build: # context: . # dockerfile: Dockerfile restart: always image: kryptedgaming/pathfinder:latest env_file: .env labels: - traefik.enable=true - traefik.http.routers.apache.rule=Host(`apache.docker`) - traefik.http.routers.apache.entrypoints=web - traefik.port=80 networks: - seat-network volumes: database: {}