Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Aug 20, 2024
1 parent cfe08e1 commit 40e4fc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
30 changes: 15 additions & 15 deletions deploy/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ services:
# Temporal
- ADMYRAL_TEMPORAL_HOST=temporal:7233

web:
container_name: admyral-web
# build:
# context: ../../web
# dockerfile: ../docker/Dockerfile.web
image: admyralai/web:latest
depends_on:
admyral-api:
condition: service_healthy
networks:
- admyral-network
ports:
- 3000:3000
environment:
- ADMYRAL_API_BASE_URL=http://admyral-api:8000
web:
container_name: admyral-web
# build:
# context: ../../web
# dockerfile: ../docker/Dockerfile.web
image: admyralai/web:latest
depends_on:
admyral-api:
condition: service_healthy
networks:
- admyral-network
ports:
- 3000:3000
environment:
- ADMYRAL_API_BASE_URL=http://admyral-api:8000

worker:
container_name: admyral-worker
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "admyral"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Daniel Grittner <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,6 @@ exclude = [
"web",
"docker",
"scripts",
"deploy/aws",
]
include = [
"admyral",
Expand Down

0 comments on commit 40e4fc0

Please sign in to comment.