Moved env files
This commit is contained in:
parent
f8b53cb33f
commit
594eca5971
|
|
@ -1,4 +0,0 @@
|
|||
# General
|
||||
# ------------------------------------------------------------------------------
|
||||
USE_DOCKER=yes
|
||||
IPYTHONDIR=/app/.ipython
|
||||
|
|
@ -278,5 +278,3 @@ project.min.css
|
|||
vendors.js
|
||||
*.min.js
|
||||
.env
|
||||
.envs/*
|
||||
!.envs/.local/
|
||||
|
|
|
|||
|
|
@ -5,3 +5,8 @@ VBV_POSTGRES_PORT=5432
|
|||
VBV_POSTGRES_DB=vbv_lernwelt
|
||||
VBV_POSTGRES_USER=MRsLOrFLFqmAnAxxWMsHXfUSqWHThtGQ
|
||||
VBV_POSTGRES_PASSWORD=hNqfCdG6bwCLcnfboDtNM1L2Hiwp8GuKp1DJ6t2rcKl15Vls2QbByoIZ6IQlciKM
|
||||
|
||||
# General
|
||||
# ------------------------------------------------------------------------------
|
||||
USE_DOCKER=yes
|
||||
IPYTHONDIR=/app/.ipython
|
||||
Binary file not shown.
|
|
@ -16,8 +16,7 @@ services:
|
|||
volumes:
|
||||
- .:/app:z
|
||||
env_file:
|
||||
- ./.envs/.local/.django
|
||||
- ./.envs/.local/.postgres
|
||||
- ./env/docker_local.env
|
||||
ports:
|
||||
- "8000:8000"
|
||||
command: /start
|
||||
|
|
@ -32,7 +31,7 @@ services:
|
|||
- vbv_lernwelt_local_postgres_data:/var/lib/postgresql/data:Z
|
||||
- vbv_lernwelt_local_postgres_data_backups:/backups:z
|
||||
env_file:
|
||||
- ./.envs/.local/.postgres
|
||||
- ./env/docker_local.env
|
||||
|
||||
docs:
|
||||
image: vbv_lernwelt_local_docs
|
||||
|
|
@ -41,7 +40,7 @@ services:
|
|||
context: .
|
||||
dockerfile: ./compose/local/docs/Dockerfile
|
||||
env_file:
|
||||
- ./.envs/.local/.django
|
||||
- ./env/docker_local.env
|
||||
volumes:
|
||||
- ./docs:/docs:z
|
||||
- ./config:/app/config:z
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@ services:
|
|||
- postgres
|
||||
- redis
|
||||
env_file:
|
||||
- ./.envs/.production/.django
|
||||
- ./.envs/.production/.postgres
|
||||
- env_secrets/production.env
|
||||
command: /start
|
||||
|
||||
postgres:
|
||||
|
|
@ -28,7 +27,7 @@ services:
|
|||
- production_postgres_data:/var/lib/postgresql/data:Z
|
||||
- production_postgres_data_backups:/backups:z
|
||||
env_file:
|
||||
- ./.envs/.production/.postgres
|
||||
- env_secrets/production.env
|
||||
|
||||
traefik:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue