Docker: single container compose

This commit is contained in:
DomySh
2022-06-12 20:02:05 +02:00
parent 088d1e406a
commit 67e5014d78
47 changed files with 32 additions and 292 deletions

View File

@@ -1,11 +1,9 @@
version: '3.9'
services:
frontend:
firewall:
restart: unless-stopped
build: frontend
backend:
restart: unless-stopped
build: backend
ports:
- 80:80
build: firewall
network_mode: "host"
environment:
- NGINX_PORT=8080