diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 03:19:05 -0500 |
commit | 544a62ea16a289a12b55690ad918068fb5f00564 (patch) | |
tree | 31b3389222bb4be2abea9ec36bd159c42357301a /roles/gitea/templates/docker-compose.yml.j2 | |
parent | 5232b710f00e85ce3b031bcaa77ff8cb81122d38 (diff) | |
download | oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.tar.gz oldinfra-544a62ea16a289a12b55690ad918068fb5f00564.zip |
drone.io
Diffstat (limited to 'roles/gitea/templates/docker-compose.yml.j2')
-rw-r--r-- | roles/gitea/templates/docker-compose.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/gitea/templates/docker-compose.yml.j2 b/roles/gitea/templates/docker-compose.yml.j2 index 5a0a071..1df56a8 100644 --- a/roles/gitea/templates/docker-compose.yml.j2 +++ b/roles/gitea/templates/docker-compose.yml.j2 @@ -18,3 +18,5 @@ services: ports: - "127.0.0.1:9966:3000" - "{{ nijika_ip }}:222:22" + dns: + - {{ johan_ip }} |