added backend

This commit is contained in:
2025-11-16 14:20:56 +00:00
parent 6206445e58
commit a668f4e7ed

View File

@@ -19,3 +19,14 @@ services:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
command: certonly --webroot -w /var/www/certbot --email adam.a.french@outlook.com -d adam-french.co.uk --agree-tos
backend:
build:
context: ./backend
dockerfile: Dockerfile
container_name: backend
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./backend:/app