Фикс .env
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
|||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
container_name: knot-db
|
container_name: knot-db
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
@@ -16,8 +14,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: knot-server
|
container_name: knot-server
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- minio
|
- minio
|
||||||
@@ -29,8 +25,6 @@ services:
|
|||||||
image: minio/minio
|
image: minio/minio
|
||||||
container_name: knot-minio
|
container_name: knot-minio
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
@@ -54,8 +48,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "9090:80"
|
- "9090:80"
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- server
|
- server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user