diff --git a/ansible/templates/yacht-stack.yml.j2 b/ansible/templates/yacht-stack.yml.j2 index ab9c1ba..85be870 100644 --- a/ansible/templates/yacht-stack.yml.j2 +++ b/ansible/templates/yacht-stack.yml.j2 @@ -3,7 +3,7 @@ volumes: driver: local name: yacht_config networks: - neon-core: + neon_neon-core: external: true services: @@ -11,8 +11,12 @@ services: image: selfhostedpro/yacht restart: unless-stopped container_name: yacht + networks: + neon_neon-core: + aliases: + - yacht ports: - 8000:8000 volumes: - /var/run/docker.sock:/var/run/docker.sock - - yacht_config:/config \ No newline at end of file + - yacht_config:/config