Skip to content

Commit

Permalink
bad merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov committed Apr 10, 2022
1 parent 7e46a1e commit ae4ad03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
compreface-postgres-db:
restart: always
image: postgres:11.5
restart: always
container_name: "compreface-postgres-db"
environment:
- POSTGRES_USER=${postgres_username}
Expand All @@ -19,7 +18,6 @@ services:
compreface-admin:
restart: always
image: ${registry}compreface-admin:${ADMIN_VERSION}
restart: always
container_name: "compreface-admin"
environment:
- POSTGRES_USER=${postgres_username}
Expand All @@ -39,7 +37,6 @@ services:
compreface-api:
restart: always
image: ${registry}compreface-api:${API_VERSION}
restart: always
container_name: "compreface-api"
depends_on:
- compreface-postgres-db
Expand All @@ -54,7 +51,6 @@ services:
compreface-fe:
restart: always
image: ${registry}compreface-fe:${FE_VERSION}
restart: always
container_name: "compreface-ui"
ports:
- "8000:80"
Expand All @@ -65,7 +61,6 @@ services:
compreface-core:
restart: always
image: ${registry}compreface-core:${CORE_VERSION}
restart: always
container_name: "compreface-core"
environment:
- ML_PORT=3000

0 comments on commit ae4ad03

Please sign in to comment.