diff --git a/docker-compose.yml b/docker-compose.yml index 7503bad3..e86d8671 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -96,6 +96,8 @@ services: depends_on: git: condition: service_healthy + ports: + - "13000:3000" volumes: - git_data:/aurweb/aur.git @@ -112,6 +114,8 @@ services: depends_on: git: condition: service_healthy + ports: + - "13001:3000" volumes: - git_data:/aurweb/aur.git