chore: update
This commit is contained in:
@@ -5,15 +5,14 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./nginx/certs:/etc/nginx/certs:ro
|
||||
- nginx_logs:/var/log/nginx
|
||||
depends_on:
|
||||
- rustfs
|
||||
- xavia
|
||||
- gitea
|
||||
networks:
|
||||
- s3_net
|
||||
|
||||
@@ -21,8 +20,9 @@ services:
|
||||
image: alpine:latest
|
||||
container_name: rustfs_perm
|
||||
volumes:
|
||||
- /mnt/logs:/logs
|
||||
- /mnt/data:/data
|
||||
command: chown -R 10001:10001 /data
|
||||
command: sh -c "chown -R 10001:10001 /data /logs"
|
||||
|
||||
rustfs:
|
||||
image: rustfs/rustfs:latest
|
||||
@@ -38,10 +38,10 @@ services:
|
||||
environment:
|
||||
- RUSTFS_ACCESS_KEY=${RUSTFS_ACCESS_KEY:-JJg3uFeuKUUrdqq4oefQ8sIp6hnI}
|
||||
- RUSTFS_SECRET_KEY=${RUSTFS_SECRET_KEY:-7wPrOd1324t411q7VnuzfNkQXCch4U5qqOHx}
|
||||
- RUSTFS_SERVER_DOMAINS=rustfs.uber-stup.club
|
||||
- RUSTFS_CONSOLE_ENABLE=true
|
||||
- RUSTFS_ADDRESS=:9000
|
||||
- RUSTFS_CONSOLE_ADDRESS=:9001
|
||||
- RUSTFS_ADDRESS=0.0.0.0:9000
|
||||
- RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001
|
||||
- RUSTFS_OBS_LOGGER_LEVEL=debug
|
||||
networks:
|
||||
- s3_net
|
||||
|
||||
@@ -60,6 +60,3 @@ networks:
|
||||
|
||||
volumes:
|
||||
nginx_logs:
|
||||
xavia_db_data:
|
||||
xavia_blobs:
|
||||
gitea:
|
||||
|
||||
Reference in New Issue
Block a user