Use ports to match upstream Dockerfile
This commit is contained in:
parent
22fb80ad1f
commit
63fbe3b741
@ -1,3 +1,3 @@
|
|||||||
FROM drone/drone:1
|
FROM drone/drone:1
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 80
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
dokku_ports:
|
dokku_ports:
|
||||||
app: drone
|
app: drone
|
||||||
mappings:
|
mappings:
|
||||||
- "http:80:8000"
|
- "http:80:80"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Setup LE certificates
|
- name: Setup LE certificates
|
||||||
@ -29,12 +29,12 @@
|
|||||||
dokku_ports:
|
dokku_ports:
|
||||||
app: drone
|
app: drone
|
||||||
mappings:
|
mappings:
|
||||||
- "http:8000:8000"
|
- "http:80:80"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Set HTTP 443 port
|
- name: Set HTTP 443 port
|
||||||
dokku_ports:
|
dokku_ports:
|
||||||
app: drone
|
app: drone
|
||||||
mappings:
|
mappings:
|
||||||
- "https:443:8000"
|
- "https:443:80"
|
||||||
state: present
|
state: present
|
||||||
|
Reference in New Issue
Block a user