my personal setup, compose file to tie into my reverse proxy managed elsewhere.

This commit is contained in:
2024-05-24 11:33:54 -04:00
parent e80dacb176
commit 47b3cbf8f3
+21
View File
@@ -0,0 +1,21 @@
# `docker network create proxied --internal --ipv6`
# `docker network create public --ipv6`
networks:
proxied:
external: true
public:
external: true
services:
readme_stats:
build: .
container_name: readme_stats
restart: always
env_file:
- .env
networks:
- public
- proxied
expose:
- $port