diff options
author | 2018-06-03 10:22:46 +0200 | |
---|---|---|
committer | 2018-06-03 10:22:46 +0200 | |
commit | 8dd23755ccb7d83d5d0762e18a266eae2769cbba (patch) | |
tree | e4ea3b54d8b651fdd407d17e7245f2e4a4e5464a /docker-compose.yml | |
parent | lint (diff) |
consistent naming conventions, update readme, hopefully fix travis test
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 6605e3d..3aedf14 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,9 +13,9 @@ services: RABBITMQ_DEFAULT_USER: guest RABBITMQ_DEFAULT_PASS: guest - pdsnekbox: + pdsnk: privileged: true - hostname: "pdsnekbox" + hostname: "pdsnk" image: pythondiscord/snekbox:latest networks: - sneknet @@ -24,8 +24,8 @@ services: RMQ_USERNAME: guest RMQ_PASSWORD: guest - pdsnekboxweb: - hostname: "pdsnekboxweb" + pdsnkweb: + hostname: "pdsnkweb" image: pythondiscord/snekboxweb:latest networks: - sneknet |