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