stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user