Remove hardly used compose shortscuts
This commit is contained in:
parent
1d074bf14b
commit
5f9747c378
7 changed files with 21 additions and 40 deletions
_ansible/roles/forgejo/vars
|
@ -85,10 +85,12 @@ compose:
|
|||
- data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "{{ svc.ssh_port }}:{{ svc.ssh_port }}"
|
||||
- "{{ svc.ssh_port_alt }}:{{ svc.ssh_port }}"
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "{{ svc.ssh_port }}:{{ svc.ssh_port }}"
|
||||
- "{{ svc.ssh_port_alt }}:{{ svc.ssh_port }}"
|
||||
volumes:
|
||||
data:
|
||||
|
||||
|
|
Reference in a new issue