diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..620cc8a --- /dev/null +++ b/compose.yaml @@ -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 \ No newline at end of file