diff --git a/docker-compose.yml b/docker-compose.yml index d57e02c..0532fc9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,17 +1,15 @@ -version: '3.8' - services: dickendock: - build: - context: "http://192.168.1.26:3000/Dicken/dickendock.git#main" - dockerfile: Dockerfile - container_name: dickendock - restart: unless-stopped - environment: - - JWT_SECRET=FaRAd7VmOu7Am7H088TkJKpb5cHCWp9ZFQagiugsw5tFDzxz6cVJNKiOTmO - - GITEA_URL=http://192.168.1.26:3000 - - GITEA_REPO=Dicken/dickendock - volumes: - - ./data:/data - ports: - - "8080:4000" \ No newline at end of file + build: + context: "http://192.168.1.26:3000/Dicken/dickendock.git#main" + dockerfile: Dockerfile + container_name: dickendock + restart: unless-stopped + environment: + - JWT_SECRET=FaRAd7VmOu7Am7H088TkJKpb5cHCWp9ZFQagiugsw5tFDzxz6cVJNKiOTmO + - GITEA_URL=http://192.168.1.26:3000 + - GITEA_REPO=Dicken/dickendock + volumes: + - ./data:/data + ports: + - "8080:4000" \ No newline at end of file