Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
degenerat3 authored Jan 28, 2021
1 parent 9cc4967 commit 5a50c32
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ services:
networks:
meteornet:
ipv4_address: 172.16.77.6

cera:
build:
context: listeners/cera/
volumes:
- /var/log/meteor/cera:/var/log/meteor/cera
- ./bin:/app
environment:
- CORE_SERVER=172.16.77.2:9999
- LOGPATH=/var/log/meteor/cera/cera.log
networks:
meteornet:
ipv4_address: 172.16.77.7

little_foot:
build:
Expand All @@ -115,4 +102,4 @@ networks:
ipam:
driver: default
config:
- subnet: 172.16.77.0/24
- subnet: 172.16.77.0/24

0 comments on commit 5a50c32

Please sign in to comment.