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