Docker image to skynetlabs and add portal env
This commit is contained in:
parent
4826c8132e
commit
ac8ae5e8ba
|
@ -8,10 +8,14 @@ x-logging: &default-logging
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gun:
|
gun:
|
||||||
image: pupcakes/zenbase-integrated
|
image: skynetlabs/gundb-relay
|
||||||
container_name: gundb-relay
|
container_name: gundb-relay
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- PORTAL=http://${SERVER_DOMAIN}
|
||||||
expose:
|
expose:
|
||||||
- "8765:8765"
|
- "8765:8765"
|
||||||
networks:
|
networks:
|
||||||
|
|
Reference in New Issue