Merge pull request #1 from sapps-studio/docker-compose-updates

build context updated, so the docker-compose can run as well on windows
This commit is contained in:
Andros Fenollosa 2021-05-19 15:42:54 +02:00 committed by GitHub
commit 7eaa082a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea/*

View File

@ -15,7 +15,7 @@ services:
django: django:
build: build:
context: . context: ./
dockerfile: ./Dockerfiles/django/Dockerfile dockerfile: ./Dockerfiles/django/Dockerfile
restart: unless-stopped restart: unless-stopped
entrypoint: /django-launcher.dev.sh entrypoint: /django-launcher.dev.sh

View File

@ -14,7 +14,7 @@ services:
- 5432 - 5432
django: django:
build: . build: ./
restart: always restart: always
entrypoint: /django-launcher.pro.sh entrypoint: /django-launcher.pro.sh
volumes: volumes:

View File

@ -14,7 +14,7 @@ services:
- 5432 - 5432
django: django:
build: . build: ./
restart: always restart: always
entrypoint: /django-launcher.dev.sh entrypoint: /django-launcher.dev.sh
volumes: volumes: