Add compose.yaml
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
servicee:
|
||||||
|
db:
|
||||||
|
image: postgres
|
||||||
|
restart: always
|
||||||
|
shm_size: 128mb
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
environment:
|
||||||
|
POSTGRES_PASSWORD: ${PASSWORD}
|
||||||
|
|
||||||
|
adminer:
|
||||||
|
image: adminer
|
||||||
|
restart: always
|
||||||
|
#ports:
|
||||||
|
#- 8080:8080
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
|
||||||
|
networks:
|
||||||
|
bragi-local:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user