add traefik config example

This commit is contained in:
Xenion1987
2023-04-25 12:39:11 +02:00
parent 15aefa698b
commit c967aaccf4
10 changed files with 272 additions and 44 deletions

View File

@@ -0,0 +1,13 @@
version: "3.7"
services:
server:
# Run webserver nginx on port 80
# Feel free to modify depending what port is already occupied
ports:
- "80:80"
# - "443:443"
db:
# Feel free to modify depending what port is already occupied
ports:
- "3305:3306"