Complete build pipeline to include debian image

This commit is contained in:
David Bomba
2024-11-22 15:37:45 +11:00
parent b338ef90cb
commit eeaaf95d47
5 changed files with 92 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ x-logging: &default-logging
services:
app:
image: deb39b:latest
image: deb39e:latest
restart: unless-stopped
env_file:
- ./.env
@@ -35,7 +35,7 @@ services:
image: nginx:alpine
restart: unless-stopped
ports:
- "8012:80"
- "80:80"
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d:ro
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro