chore: update prod docker-compose with volume mount for item graphics
Some checks failed
Deploy to Production / test (push) Failing after 37s
Some checks failed
Deploy to Production / test (push) Failing after 37s
This commit is contained in:
@@ -37,6 +37,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
target: production
|
||||
image: aurora-app:latest
|
||||
volumes:
|
||||
- ./bot/assets/graphics/items:/app/bot/assets/graphics/items
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
|
||||
@@ -53,6 +55,10 @@ services:
|
||||
- DISCORD_GUILD_ID=${DISCORD_GUILD_ID}
|
||||
- DISCORD_CLIENT_ID=${DISCORD_CLIENT_ID}
|
||||
- DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
|
||||
- DISCORD_CLIENT_SECRET=${DISCORD_CLIENT_SECRET}
|
||||
- SESSION_SECRET=${SESSION_SECRET}
|
||||
- ADMIN_USER_IDS=${ADMIN_USER_IDS}
|
||||
- PANEL_BASE_URL=${PANEL_BASE_URL:-https://aurora.syntaxbullet.com}
|
||||
|
||||
depends_on:
|
||||
db:
|
||||
@@ -76,6 +82,8 @@ services:
|
||||
studio:
|
||||
container_name: aurora_studio
|
||||
image: aurora-app:latest
|
||||
volumes:
|
||||
- ./bot/assets/graphics/items:/app/bot/assets/graphics/items
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
db:
|
||||
@@ -90,6 +98,10 @@ services:
|
||||
- DB_PORT=5432
|
||||
- DB_HOST=db
|
||||
- DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
|
||||
- DISCORD_CLIENT_SECRET=${DISCORD_CLIENT_SECRET}
|
||||
- SESSION_SECRET=${SESSION_SECRET}
|
||||
- ADMIN_USER_IDS=${ADMIN_USER_IDS}
|
||||
- PANEL_BASE_URL=${PANEL_BASE_URL:-https://aurora.syntaxbullet.com}
|
||||
networks:
|
||||
- internal
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user