Skip to content
Snippets Groups Projects
Unverified Commit 240d76a9 authored by Amelia Yukii's avatar Amelia Yukii Committed by GitHub
Browse files

shonk

parent af586725
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ services:
ports:
- "3000:3000"
networks:
- internal_network
- external_network
- shonk
- web
volumes:
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro
......@@ -26,7 +26,7 @@ services:
restart: always
image: redis:7-alpine
networks:
- internal_network
- shonk
volumes:
- ./redis:/data
healthcheck:
......@@ -38,7 +38,7 @@ services:
restart: always
image: postgres:15-alpine
networks:
- internal_network
- shonk
env_file:
- .config/docker.env
volumes:
......@@ -57,11 +57,11 @@ services:
# env_file:
# - .config/meilisearch.env
# networks:
# - internal_network
# - shonk
# volumes:
# - ./meili_data:/meili_data
networks:
internal_network:
internal: true
external_network:
shonk:
web:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment