1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-03-24 22:34:42 +00:00

Need to add more configuration to gitea for auto setup

This commit is contained in:
2018-07-27 01:24:34 +00:00
parent 96c29d3209
commit a32a180834

View File

@@ -1,30 +1,14 @@
version: '2' version: '2'
services: services:
web: dokuwiki:
image: gitea/gitea:1.3.2 image: 'bitnami/dokuwiki:latest'
volumes: labels:
- ./data:/data kompose.service.type: nodeport
ports: ports:
- "80:3000" - '80:80'
- "2222:22" - '443:443'
restart: always volumes:
# networks: - 'dokuwiki_data:/bitnami'
# - db volumes:
# depends_on: dokuwiki_data:
# - db driver: local
# db:
# image: mariadb:10
# restart: always
# networks:
# - db
# environment:
# - MYSQL_ROOT_PASSWORD=changeme
# - MYSQL_DATABASE=gitea
# - MYSQL_USER=gitea
# - MYSQL_PASSWORD=changeme
# volumes:
# - db/:/var/lib/mysql
#networks:
# db:
#volumes:
# db: