|
@@ -14,7 +14,7 @@ services:
|
|
postgres:
|
|
postgres:
|
|
container_name: safeline-pg
|
|
container_name: safeline-pg
|
|
restart: always
|
|
restart: always
|
|
- image: ${IMAGE_PREFIX}/safeline-postgres${REGION}${ARCH_SUFFIX}:15.2
|
|
|
|
|
|
+ image: ${IMAGE_PREFIX}/safeline-postgres${ARCH_SUFFIX}:15.2
|
|
volumes:
|
|
volumes:
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|