feat: add container names for postgres, printer, and reactive-resume services
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
cacc89fcb1
commit
503a3a808c
@ -2,6 +2,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
restart: unless-stopped
|
||||
container_name: reactive-resume-postgres
|
||||
environment:
|
||||
POSTGRES_DB: postgres
|
||||
POSTGRES_USER: postgres
|
||||
@ -19,6 +20,7 @@ services:
|
||||
printer:
|
||||
image: ghcr.io/browserless/chromium:latest
|
||||
restart: unless-stopped
|
||||
container_name: reactive-resume-printer
|
||||
networks:
|
||||
- internal-resume-net
|
||||
ports:
|
||||
@ -38,6 +40,7 @@ services:
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
# image: ghcr.io/amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
container_name: reactive-resume
|
||||
networks:
|
||||
- proxy-net
|
||||
- internal-resume-net
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user