qwaccountserver: use docker compose networks

master
EmaMaker 2021-12-08 20:40:25 +01:00
parent 36c8424b34
commit bef53a1d36
3 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1 @@
{"fohxil@xojxe.com": 1638991973.2652311, "ue8oqa0lf0j@1secmail.net": 1638992154.1686382, "17k2l9@1secmail.com": 1638992227.823089}

View File

@ -0,0 +1,3 @@
t788egrvdp@wwjmp.com
t788egrvdp@wwjmp.com
t788egrvdp@wwjmp.com

View File

@ -1,8 +1,16 @@
services:
accountserver:
qwaccountserver:
build: .
ports:
- "12345:12345"
volumes:
- ./code:/code
- ./account_data:/account_data
ports:
- "12345:12345"
networks:
- default
hostname:
server
networks:
default:
driver: bridge