mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
shonk
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- shonk
|
||||||
- external_network
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/sharkey/files
|
- ./files:/sharkey/files
|
||||||
- ./.config:/sharkey/.config:ro
|
- ./.config:/sharkey/.config:ro
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- shonk
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis:/data
|
- ./redis:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- shonk
|
||||||
env_file:
|
env_file:
|
||||||
- .config/docker.env
|
- .config/docker.env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -57,11 +57,11 @@ services:
|
|||||||
# env_file:
|
# env_file:
|
||||||
# - .config/meilisearch.env
|
# - .config/meilisearch.env
|
||||||
# networks:
|
# networks:
|
||||||
# - internal_network
|
# - shonk
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./meili_data:/meili_data
|
# - ./meili_data:/meili_data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
internal_network:
|
shonk:
|
||||||
internal: true
|
web:
|
||||||
external_network:
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user