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:
|
||||
gun:
|
||||
image: pupcakes/zenbase-integrated
|
||||
image: skynetlabs/gundb-relay
|
||||
container_name: gundb-relay
|
||||
restart: unless-stopped
|
||||
logging: *default-logging
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- PORTAL=http://${SERVER_DOMAIN}
|
||||
expose:
|
||||
- "8765:8765"
|
||||
networks:
|
||||
|
|
Reference in New Issue