Add container names

This commit is contained in:
hgw 2024-02-02 02:05:57 +00:00
parent 3104dbe9fe
commit 9ccb9a1522
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
version: '3'
services:
db:
container_name: db
restart: always
image: postgres:14-alpine
shm_size: 256mb
@ -14,6 +15,7 @@ services:
- 'POSTGRES_HOST_AUTH_METHOD=trust'
redis:
container_name: redis
restart: always
image: redis:7-alpine
networks: