add container_name
This commit is contained in:
parent
2cac2af5ab
commit
f21e01b8f0
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mail-admin:
|
mail-admin:
|
||||||
|
container_name: mail-s3-admin
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
@ -10,6 +11,7 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
container_name: mail-s3-admin-db
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue