Skip to content

Commit 5a1db6c

Browse files
committed
Making it work with localhost for now
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent b7b907e commit 5a1db6c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docker-compose.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
services:
2-
nginx-proxy:
3-
image: nginxproxy/nginx-proxy
4-
container_name: nginx-proxy
5-
restart: unless-stopped
6-
ports:
7-
- '80:80'
8-
- '443:443'
9-
volumes:
10-
- /var/run/docker.sock:/tmp/docker.sock:ro
2+
# nginx-proxy:
3+
# image: nginxproxy/nginx-proxy
4+
# container_name: nginx-proxy
5+
# restart: unless-stopped
6+
# ports:
7+
# - '80:80'
8+
# volumes:
9+
# - /var/run/docker.sock:/tmp/docker.sock:ro
1110

1211
db:
1312
image: postgres:16
@@ -41,8 +40,9 @@ services:
4140
depends_on:
4241
- db
4342
- broker
44-
environment:
45-
- VIRTUAL_HOST=arcsecond-api.local
43+
# environment:
44+
# - VIRTUAL_HOST=api.arcsecond.ground
45+
# - VIRTUAL_PORT=8000
4646
env_file:
4747
- .env
4848
healthcheck:

0 commit comments

Comments
 (0)