feat: add container names for postgres, printer, and reactive-resume services

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-30 21:06:35 -04:00
parent cacc89fcb1
commit 503a3a808c

View File

@ -2,6 +2,7 @@ services:
postgres: postgres:
image: postgres:latest image: postgres:latest
restart: unless-stopped restart: unless-stopped
container_name: reactive-resume-postgres
environment: environment:
POSTGRES_DB: postgres POSTGRES_DB: postgres
POSTGRES_USER: postgres POSTGRES_USER: postgres
@ -19,6 +20,7 @@ services:
printer: printer:
image: ghcr.io/browserless/chromium:latest image: ghcr.io/browserless/chromium:latest
restart: unless-stopped restart: unless-stopped
container_name: reactive-resume-printer
networks: networks:
- internal-resume-net - internal-resume-net
ports: ports:
@ -38,6 +40,7 @@ services:
image: amruthpillai/reactive-resume:latest image: amruthpillai/reactive-resume:latest
# image: ghcr.io/amruthpillai/reactive-resume:latest # image: ghcr.io/amruthpillai/reactive-resume:latest
restart: unless-stopped restart: unless-stopped
container_name: reactive-resume
networks: networks:
- proxy-net - proxy-net
- internal-resume-net - internal-resume-net