diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-17 21:11:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-17 21:11:07 +0900 |
| commit | 01d3120fd7129f573d88f7aa7c227b3ef93fe368 (patch) | |
| tree | eea4f5ac0f025c7bdbff71d2ee83b4dce99355ef /compose.prod.yaml | |
| parent | f926ef682de637b717d3b0cc0eaee43c59e83c95 (diff) | |
| parent | b923a9d6534820d33f42bc65c47ae22889bde922 (diff) | |
| download | phperkaigi-2025-albatross-01d3120fd7129f573d88f7aa7c227b3ef93fe368.tar.gz phperkaigi-2025-albatross-01d3120fd7129f573d88f7aa7c227b3ef93fe368.tar.zst phperkaigi-2025-albatross-01d3120fd7129f573d88f7aa7c227b3ef93fe368.zip | |
Merge branch 'feat/icon'
Diffstat (limited to 'compose.prod.yaml')
| -rw-r--r-- | compose.prod.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compose.prod.yaml b/compose.prod.yaml index 07ff19e..a3b840c 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -5,6 +5,7 @@ services: - '127.0.0.1:8002:80' volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro + - files-data:/var/www/files:ro depends_on: - api-server - app-server @@ -15,6 +16,8 @@ services: context: ./backend expose: - 80 + volumes: + - files-data:/data/files:rw depends_on: db: condition: service_healthy @@ -77,3 +80,4 @@ services: volumes: db-data: + files-data: |
