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: services:
aberwyn-app: aberwyn-app:
image: aberwyn:latest image: 192.168.1.9:3000/tai/aberwyn/aberwyn:latest
build: container_name: aberwyn-app-prod
context: ../
dockerfile: Dockerfile
ports: ports:
- "8080:80" - "8080:80"
environment: environment:
ASPNETCORE_ENVIRONMENT: Production ASPNETCORE_ENVIRONMENT: Production
DB_HOST: aberwyn-mysql-prod
DB_NAME: aberwyn_prod DB_NAME: aberwyn_prod
DB_USER: aberwyn
DB_PASSWORD: 3edc4RFV
depends_on: depends_on:
- mysql - aberwyn-mysql-prod
networks: networks:
- aberwyn-net - aberwyn-net
mysql: aberwyn-mysql-prod:
image: mysql:8 image: mysql:8
container_name: aberwyn-mysql-prod container_name: aberwyn-mysql-prod
restart: always restart: always