This commit is contained in:
dylan
2024-03-25 00:29:43 -07:00
parent 334c09df7c
commit f960083e94
8 changed files with 213 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
version: '3.9'
services:
app:
container_name: app
container_name: picobook-app
image: node
build:
context: .
@@ -16,7 +16,7 @@ services:
profiles: ["prod"]
db:
container_name: postgres
container_name: picobook-postgres
image: postgres
env_file:
.env