Fix local docker setup

This commit is contained in:
AngrySoundTech
2024-05-04 20:45:13 -04:00
committed by okx-code
parent e288c7c2eb
commit 02c33203e1
2 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ services:
### Minecraft ###
#################
waterfall:
proxy:
image: itzg/bungeecord@sha256:7e7eeb9023cc213de2ca7ecbcf2cccc506fd46a31346f7250d2fcc5637cf5bb7
restart: unless-stopped
tty: true
@@ -31,6 +31,10 @@ services:
CIV_POSTGRES_PASSWORD: postgres
ports:
- "25565:25577"
volumes:
- ./containers/data/proxy:/data
- ./ansible/files/proxy-config:/config
- ./ansible/files/proxy-plugins:/plugins
paper:
image: itzg/minecraft-server@sha256:491e37fa63ffef22c9ac1f6ec2fb4cc793735799cd91bafa1e5790aa39e9b313
@@ -42,6 +46,8 @@ services:
condition: service_healthy
postgres:
condition: service_healthy
rabbitmq:
condition: service_healthy
environment:
TYPE: 'paper'
VERSION: '1.20.4'
@@ -74,8 +80,8 @@ services:
CIV_RABBITMQ_PASSWORD: rabbitmq
volumes:
- ./containers/data/paper:/data
- ./ansible/templates/stacks/minecraft/paper-config:/config
- ./ansible/templates/stacks/minecraft/paper-plugins:/plugins
- ./ansible/files/paper-config:/config
- ./ansible/files/paper-plugins:/plugins
#################
### Databases ###