Docker image to skynetlabs and add portal env

This commit is contained in:
Fluffy9 2022-03-18 11:59:41 -04:00
parent 4826c8132e
commit ac8ae5e8ba
No known key found for this signature in database
GPG Key ID: 2A281B25503D3492
1 changed files with 5 additions and 1 deletions

View File

@ -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: