mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-07 16:33:09 +00:00
chore: change location and add tags for better name
This commit is contained in:
parent
26536c2da8
commit
81e1e51fb5
@ -1,12 +1,4 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
x-logging: &logging
|
|
||||||
logging:
|
|
||||||
driver: json-file
|
|
||||||
options:
|
|
||||||
max-size: 100m
|
|
||||||
max-file: 10
|
|
||||||
compress: "true"
|
|
||||||
|
|
||||||
# Environment variable definitions
|
# Environment variable definitions
|
||||||
x-rln-relay-eth-client-address: &rln_relay_eth_client_address ${RLN_RELAY_ETH_CLIENT_ADDRESS:-} # Add your RLN_RELAY_ETH_CLIENT_ADDRESS after the "-"
|
x-rln-relay-eth-client-address: &rln_relay_eth_client_address ${RLN_RELAY_ETH_CLIENT_ADDRESS:-} # Add your RLN_RELAY_ETH_CLIENT_ADDRESS after the "-"
|
||||||
|
|
||||||
@ -43,8 +35,13 @@ services:
|
|||||||
- 80:80 #Let's Encrypt
|
- 80:80 #Let's Encrypt
|
||||||
- 8000:8000/tcp #WSS
|
- 8000:8000/tcp #WSS
|
||||||
- 127.0.0.1:8645:8645
|
- 127.0.0.1:8645:8645
|
||||||
<<:
|
logging:
|
||||||
- *logging
|
driver: json-file
|
||||||
|
options:
|
||||||
|
max-size: "1m"
|
||||||
|
max-file: "10"
|
||||||
|
compress: "true"
|
||||||
|
tag: "nwaku-{{.ID}}"
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: ${DOMAIN}
|
DOMAIN: ${DOMAIN}
|
||||||
NODEKEY: ${NODEKEY}
|
NODEKEY: ${NODEKEY}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user