first commit

This commit is contained in:
2025-11-06 13:59:10 +03:00
commit 778af9fd19
26 changed files with 2968 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
app:
image: 167.17.181.201:5000/me:latest
restart: always
env_file:
- .env
environment:
- VIRTUAL_HOST=dusiburg.ru
- VIRTUAL_PORT=80
networks:
- nginx-proxy
networks:
nginx-proxy:
external: true