This commit is contained in:
Elias Jansson
2026-01-24 16:52:53 +01:00
parent 069637f030
commit 5a161e79c6
@@ -2,22 +2,22 @@ version: '3.8'
services:
aberwyn-app:
image: aberwyn:latest
build:
context: ../
dockerfile: Dockerfile
image: 192.168.1.9:3000/tai/aberwyn/aberwyn:latest
container_name: aberwyn-app-prod
ports:
- "8080:80"
environment:
ASPNETCORE_ENVIRONMENT: Production
DB_HOST: aberwyn-mysql-prod
DB_NAME: aberwyn_prod
DB_USER: aberwyn
DB_PASSWORD: 3edc4RFV
depends_on:
- mysql
- aberwyn-mysql-prod
networks:
- aberwyn-net
mysql:
aberwyn-mysql-prod:
image: mysql:8
container_name: aberwyn-mysql-prod
restart: always