|
|
@ -129,9 +129,9 @@ services: |
|
|
|
- ./gitea:/data |
|
|
|
- ./gitea:/data |
|
|
|
- /etc/timezone:/etc/timezone:ro |
|
|
|
- /etc/timezone:/etc/timezone:ro |
|
|
|
- /etc/localtime:/etc/localtime:ro |
|
|
|
- /etc/localtime:/etc/localtime:ro |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- "3000:3000" |
|
|
|
- "3000:3000" |
|
|
|
- "222:22" |
|
|
|
- "222:22" |
|
|
|
+ depends_on: |
|
|
|
+ depends_on: |
|
|
|
+ - db |
|
|
|
+ - db |
|
|
|
+ |
|
|
|
+ |
|
|
|