mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Fix local docker setup
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user