qwaccountserver: use docker compose networks
parent
36c8424b34
commit
bef53a1d36
|
@ -0,0 +1 @@
|
||||||
|
{"fohxil@xojxe.com": 1638991973.2652311, "ue8oqa0lf0j@1secmail.net": 1638992154.1686382, "17k2l9@1secmail.com": 1638992227.823089}
|
|
@ -0,0 +1,3 @@
|
||||||
|
t788egrvdp@wwjmp.com
|
||||||
|
t788egrvdp@wwjmp.com
|
||||||
|
t788egrvdp@wwjmp.com
|
|
@ -1,8 +1,16 @@
|
||||||
services:
|
services:
|
||||||
accountserver:
|
qwaccountserver:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- "12345:12345"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./code:/code
|
- ./code:/code
|
||||||
- ./account_data:/account_data
|
- ./account_data:/account_data
|
||||||
|
ports:
|
||||||
|
- "12345:12345"
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
hostname:
|
||||||
|
server
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
driver: bridge
|
||||||
|
|
Loading…
Reference in New Issue