remove nginx
This commit is contained in:
+3
-3
@@ -8,13 +8,13 @@ services:
|
||||
- DATABASE_URL=sqlite:///data/astronome.db
|
||||
- RUST_LOG=info
|
||||
ports:
|
||||
- "3301:3301"
|
||||
- "3001:3001"
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3300:80"
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx-conf.conf:/etc/nginx/nginx-conf.conf:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- backend
|
||||
- frontend
|
||||
|
||||
Reference in New Issue
Block a user