Gogogo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-06-03 00:19:40 +02:00
parent 4c60508d6d
commit fd6759e3d0

View File

@@ -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