add docker file

This commit is contained in:
2025-10-22 14:17:14 +03:00
parent 4660a2cf1a
commit a128b94356
4 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
version: "3.9"
networks:
reverse-proxy:
external: true
services:
tainagustului:
build: .
container_name: tainagustului
restart: unless-stopped
environment:
TZ: "Europe/Bucharest"
FLET_PORT: "8080"
VIRTUAL_HOST: "tainagustului.ro,www.tainagustului.ro"
VIRTUAL_PORT: "8080"
LETSENCRYPT_HOST: "tainagustului.ro,www.tainagustului.ro"
LETSENCRYPT_EMAIL: "macamete.robert@gmail.com"
expose:
- "8080"
networks:
- reverse-proxy