Fixed compose issue

This commit is contained in:
frikky
2023-03-23 01:12:54 +01:00
parent 4a1c209be7
commit 04b626c254
+33 -33
View File
@@ -1,38 +1,38 @@
version: '3' version: '3'
services: services:
#frontend: frontend:
# image: ghcr.io/shuffle/shuffle-frontend:latest image: ghcr.io/shuffle/shuffle-frontend:latest
# container_name: shuffle-frontend container_name: shuffle-frontend
# hostname: shuffle-frontend hostname: shuffle-frontend
# ports: ports:
# - "${FRONTEND_PORT}:80" - "${FRONTEND_PORT}:80"
# - "${FRONTEND_PORT_HTTPS}:443" - "${FRONTEND_PORT_HTTPS}:443"
# networks: networks:
# - shuffle - shuffle
# environment: environment:
# - BACKEND_HOSTNAME=${BACKEND_HOSTNAME} - BACKEND_HOSTNAME=${BACKEND_HOSTNAME}
# restart: unless-stopped restart: unless-stopped
# depends_on: depends_on:
# - backend - backend
#backend: backend:
# image: ghcr.io/shuffle/shuffle-backend:latest image: ghcr.io/shuffle/shuffle-backend:latest
# container_name: shuffle-backend container_name: shuffle-backend
# hostname: ${BACKEND_HOSTNAME} hostname: ${BACKEND_HOSTNAME}
# # Here for debugging: # Here for debugging:
# ports: ports:
# - "${BACKEND_PORT}:5001" - "${BACKEND_PORT}:5001"
# networks: networks:
# - shuffle - shuffle
# volumes: volumes:
# - /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
# - ${SHUFFLE_APP_HOTLOAD_LOCATION}:/shuffle-apps:z - ${SHUFFLE_APP_HOTLOAD_LOCATION}:/shuffle-apps:z
# - ${SHUFFLE_FILE_LOCATION}:/shuffle-files:z - ${SHUFFLE_FILE_LOCATION}:/shuffle-files:z
# env_file: .env env_file: .env
# environment: environment:
# #- DOCKER_HOST=tcp://docker-socket-proxy:2375 #- DOCKER_HOST=tcp://docker-socket-proxy:2375
# - SHUFFLE_APP_HOTLOAD_FOLDER=/shuffle-apps - SHUFFLE_APP_HOTLOAD_FOLDER=/shuffle-apps
# - SHUFFLE_FILE_LOCATION=/shuffle-files - SHUFFLE_FILE_LOCATION=/shuffle-files
# restart: unless-stopped restart: unless-stopped
orborus: orborus:
image: ghcr.io/shuffle/shuffle-orborus:latest image: ghcr.io/shuffle/shuffle-orborus:latest
container_name: shuffle-orborus container_name: shuffle-orborus