change into its own docker
This commit is contained in:
parent
cc3fa85a4f
commit
840d773759
@ -4,21 +4,8 @@ services:
|
||||
app:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- /etc/letsencrypt:/etc/letsencrypt:ro
|
||||
- /var/www/certbot:/var/www/certbot:ro
|
||||
depends_on:
|
||||
- app
|
||||
restart: unless-stopped
|
||||
- "3001:80"
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user