This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/docker-compose.gundb.yml

24 lines
434 B
YAML
Raw Permalink Normal View History

2022-03-17 14:03:24 +00:00
version: "3.7"
x-logging: &default-logging
driver: json-file
options:
max-size: "10m"
max-file: "3"
2022-03-17 14:03:24 +00:00
services:
gun:
image: skynetlabs/gundb-relay
2022-03-17 14:03:24 +00:00
container_name: gundb-relay
restart: unless-stopped
logging: *default-logging
env_file:
- .env
environment:
- PORTAL=http://${SERVER_DOMAIN}
2022-03-17 14:03:24 +00:00
expose:
- "8765:8765"
networks:
shared:
ipv4_address: 10.10.10.163