add postgres:alpine

This commit is contained in:
没人在家请按门铃
2024-03-26 00:47:30 +08:00
committed by GitHub
parent d776966cf7
commit 081547966a
+13
View File
@@ -38,3 +38,16 @@ services:
- "127.0.0.1:11211:11211"
environment:
MEMCACHED_CACHE_SIZE: "128"
# postgres:
# image: postgres:alpine
# container_name: postgres
# ports:
# - "5432:5432"
# environment:
# POSTGRES_USER: username
# POSTGRES_PASSWORD: password
# PGDATA: /var/lib/postgresql/data
# volumes:
# - ./postgresql/data:/var/lib/postgresql/data/:rw
# restart: always