diff options
| author | Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> | 2023-09-23 07:20:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 07:20:25 +0200 |
| commit | 240d76a987563f6b19c8a655e613be86150c0e9f (patch) | |
| tree | 389fc04751bb58a48326868912a28bf32da6cd46 /docker-compose.yml.example | |
| parent | chore: replace misskey with sharkey in compose example (diff) | |
| download | sharkey-240d76a987563f6b19c8a655e613be86150c0e9f.tar.gz sharkey-240d76a987563f6b19c8a655e613be86150c0e9f.tar.bz2 sharkey-240d76a987563f6b19c8a655e613be86150c0e9f.zip | |
shonk
Diffstat (limited to 'docker-compose.yml.example')
| -rw-r--r-- | docker-compose.yml.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 39bf5aaa52..a9a2ff5d92 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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 |